removeContactFromRoster

@DELETE(value = "/api/rainbow/enduser/v1.0/users/networks/{userId}")
abstract suspend fun removeContactFromRoster(@Path(value = "userId") userId: String): GenericResponse<Unit>